var syscall.origRlimitNofile
6 uses
syscall (current package)
exec_linux.go#L259: rlim := origRlimitNofile.Load()
exec_unix.go#L288: rlim := origRlimitNofile.Load()
rlimit.go#L14: var origRlimitNofile atomic.Pointer[Rlimit]
rlimit.go#L33: origRlimitNofile.Store(&lim)
rlimit.go#L45: origRlimitNofile.Store(nil)
syscall_linux.go#L1297: origRlimitNofile.Store(nil)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |